DicomObjects.NET.V8
DicomObjects Namespace / DicomImageCollection Class / Add Method / Add(IEnumerable<DicomImage>) Method

The DicomImageCollection to be added to the collection




In This Topic
    Add(IEnumerable<DicomImage>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal value As IEnumerable(Of DicomImage) _
    ) 
    'Usage
     
    Dim instance As DicomImageCollection
    Dim value As IEnumerable(Of DicomImage)
     
    instance.Add(value)
    public void Add( 
       IEnumerable<DicomImage> value
    )
    public:
    void Add( 
       IEnumerable<DicomImage^>^ value
    ) 

    Parameters

    value

    The DicomImageCollection to be added to the collection

    Remarks
    Adds a DicomImageCollection to the end of another DicomImageCollection
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also